Refresher and Functions Tutorial Sheet, Sheet #1
Learning Targets
- Use the method of partial fractions
- Find the derivative of functions with the product, chain and sum rules
- Find the integral of functions using the power rule, sum rule and integration by parts
- Simplify logarithms
- Identify key points in a function (roots, asymptotes, stationary points, inflection points, domain, range)
- Sketch a graph of a given function
Additional Resources
Tutorials
- Curve Sketching : Extra video by Sam recapping curve sketching from the lecture.
- Calculus Playlist : Series with some great animations for developing intuition - visualisation and understanding is key to success in this module!
Software
- WolframAlpha : Use this to plot any function - you will become very familiar with this over the module.
Problem sheet
Skill Building Questions
Problem 1.
Separate the following using the method of partial fractions.
(a) x2−6x3−x
Toggle answer
⇒ x2−6x3−x=Ax+B(x+1)+C(x−1)
from numerators x2−6=(A+B+C)x2+(C−B)x−A
⇒A+B+C=1,C−B=0,A=6
⇒C=B=−52
⇒ x2−6x3−x=6x−52(x+1)−52(x−1)
(b) 5(x−7)x2+2x−35
Toggle answer
⇒x2+2x−35=(x+7)(x−5)
⇒5(x−7)x2+2x−35=Ax+7+Bx−5
⇒ from numerators 5x−35=(A+B)x−5A+7B
⇒A+B=5,−5A+7B=−35
⇒A=356,B=−56, 5(x−7)x2+2x−35=356(x+7)−56(x−5)
(c) x−1(3x+2)2(2x+3)
Toggle answer
⇒ x−1(3x+2)2(2x+3)=A2x+3+B3x+2+C(3x+2)2
⇒from numerators ⇒x−1=(9A+6B)x2+(12A+13B+2C)x+4A+6B+3C
⇒9A+6B=0,12A+13B+2C=1,4A+6B+3C=−1
⇒A=−25,B=35,C=−1
⇒ x−1(3x+2)2(2x+3)=−25(2x+3)+35(3x+2)−1(3x+2)2
Problem 2.
Obtain the derivative of the function, f(x)=x+32−x, using the definition of derivative (The limit of rise over run or “lim(RoR)”
(a) f(x)=x2
Toggle answer
⇒ f′(x)=limΔx→0(x+Δx)2−(x2)Δx
⇒ f′(x)=limΔx→02∗Δx∗xΔx
=2x
(b) f(x)=sinx
Toggle answer
(c)f(x)=x+32−x
Toggle answer
⇒ f′(x)=limΔx→05(2−x)(2−x−Δx)=5(2−x)2
Problem 3.
Obtain the derivative of the following functions, using the product, chain and sum rule
(a) f(x)=x3e2x
Toggle answer
⇒dudx=3x2
⇒ using chain rule ddxv(g(x))=dvdgdgdx to solve dvdx with g(x)=2x
⇒dvdx=2exp(2x)
⇒df(x)dx=3x2exp(2x)+2x3exp(2x)⇒df(x)dx=x2exp(2x)(3+2x)
(b) f(x)=sin(x2+3x)
Toggle answer
⇒ Using sum rule ⇒ddx(g(x)+h(x))=dgdx+dhdx
⇒ddx(x2+3x)=2x+3
⇒df(x)dx=cos(x2+3x)(2x+3)
(c) f(x)=x2+23x+1
Toggle answer
⇒f(x)=(x2+2)(3x+1)−1
⇒df(x)dx=2x(3x+1)−1+(x2+2)(−3(3x+1)−2)
⇒df(x)dx=3x2+2x−6(3x+1)2
Problem 4.
Integrate the following functions, using the power rule, sum rule and integration by parts.
(a) f(x)=2xsin(x)
Toggle answer
⇒ using integration by parts ⇒∫udv=uv−∫vdu
⇒u=2x,dv=sin(x)dx⇒du=2dx,v=−cos(x)
⇒∫2xsin(x)dx=2x(−cos(x))−∫(−cox(x))2dx
⇒∫2xsin(x)dx=−2xcos(x)+2∫cos(x)dx
⇒∫2xsin(x)dx=−2xcos(x)+2sin(x)+c
(b) f(x)=x2ln(4x)
Toggle answer
⇒ using integration by parts ⇒u=ln(4x),dv=x2dx⇒du=1xdx,v=x33
⇒∫x2ln(4x)dx=ln(4x)x33−∫x331xdx
⇒∫x2ln(4x)dx=x33ln(4x)−∫x23dx
⇒∫x2ln(4x)dx=x33ln(4x)−∫x23dx
⇒∫x2ln(4x)dx=x33ln(4x)−x39+c
⇒∫x2ln(4x)dx=x39(3ln(4x)−1)+c
(c) f(x)=x5ex2
Toggle answer
⇒ substitute u=x2,du=2xdx
⇒∫x5exp(x2)dx=12∫u2exp(u)du
⇒ using integration by parts
⇒f=u2,dg=exp(u)du⇒df=2udu,g=exp(u)
⇒12∫u2exp(u)du=12[u2exp(u)−∫exp(u)2udu]
⇒12∫u2exp(u)du=12u2exp(u)−∫exp(u)udu
⇒ using integration by parts ⇒f=u,dg=exp(u)du⇒df=du,g=exp(u)
⇒12∫u2exp(u)du=12u2exp(u)−[uexp(u)−∫exp(u)du]
⇒12∫u2exp(u)du=12u2exp(u)−uexp(u)+exp(u)+c
⇒12∫u2exp(u)du=12exp(u)(u2−2u+2)+c
⇒ substitute back for u=x2
⇒∫x5exp(x2)dx=12exp(x2)(x4−2x2+2)+c
Problem 5.
Express the following without logarithms (assume we are working in base 10 unless otherwise stated)
(a) logx=logP+2logQ−logK−3
Toggle answer
⇒ =PQ21000K
(b) logR=1+13logM+3logS
Toggle answer
⇒ R=10⋅S3⋅3√M
(c) lnP=12ln(Q+1)−3lnR+2
Toggle answer
⇒ P=e2√Q+1R3
Problem 6.
Express the following in log form, with no fractions or powers inside the log.
(a) V=πh4(D−h)(D+h)
Toggle answer
(b) P=116(2d−1)2N√S
Toggle answer
Problem 7.
Solve the following equations using logarithm theorems.
(a) log(5x−1)=2
Toggle answer
(b) log2(x+1)−log2(x−4)=3
Toggle answer
(c) log6(x+4)+log6(x−2)=log6(4x) where x>0
Toggle answer
⇒ x2−2x−8=0
⇒ (x−4)(x+2)=0 x1=4 and x2=−2 ⇒ x=4
Problem 8.
Determine the domain and range of the functions defined below.
(a) f(x)=cos2(x)
Toggle answer
⇒Range of f (x)⇒[0,1].
(b) f(x)=−x2+5x−6
Toggle answer
⇒Range of f(x)⇒, function has one maximum.⇒y≤14
(c) f(x)=−x3+4x2−4x
Toggle answer
⇒Range of f(x)⇒ (−∞,∞)
(d) f(x)=exp(1/x)
Toggle answer
y=e1x ⇒ at y=1, the function is undefined.
⇒0<y<1 & y>1
⇒ Range of f(x) ⇒ (0,1)∪(1,∞)
(e) f(x)=1ex+1
Toggle answer
y=1ex+1 ⇒ at y=0 & y=1, the function is undefined.
⇒Range of f(x) ⇒ (0,1).
Problem 9.
Evaluate the following by applying change of base to base 10 (rounded to 1 decimal place) and then using these numbers with finite accuracy to calculate the final answer (also to 3 significant figures)
(a) log215
Toggle answer
(b) log2017
Toggle answer
(c) log316
Toggle answer
Problem 10.
Determine if the function f(x) is odd, even, or neither.
(a) f(x)= x2sin(2x)
Toggle answer
(b) f(x)=3sin(x)cos(4x)
Toggle answer
(c) f(x)=x3e3
Toggle answer
(d)
Toggle answer
(e)
Toggle answer
(f)
Toggle answer
Exam Style Questions
Problem 11.
A curve has equation f(x)=ax2−124x2+bx−6, where a and b are constants.
(a) Find the coordinates of the point where the curve crosses the y-axis
Toggle answer
(b) You are given that the curve has a vertical asymptote at x=2. Find the value of b and the equation of the other vertical asymptote.
Toggle answer
⇒4(2)2+b(2)−6=0⇒b=−5
⇒ Factorise 4x2−5x−6
⇒(4x+3)(x−2)
∴ The other asymptote occurs when 4x+3=0⇒x=−34
(c) You are given that the curve crosses the x-axis when x=±√6. Find the value of a and the equation of the horizontal asymptote.
Toggle answer
∴0=ax2−124x2+bx−6a(6)−12=0
6a=12⇒a=2
Horizontal asymptote occurs when x→∞
f(x) will tend to the highest powers of x
⇒f(x)=ax24x2
Therefore, the horizontal asymptote occurs at y=12.
(d) Find the set of values for which y⩾.
Toggle answer
(e) Find the domain (using the set notation)
Toggle answer
(f) Sketch the function, indicating the location of the features listed above
Toggle answer
Problem 12.
A curve has equation y=\frac{3x^2 - 9}{x^2 + 3x - 4}
(a) Find the equations of the two vertical asymptotes and the one horizontal asymptote of this curve.
Toggle answer
(b) State, with justification, how the curve approaches the horizontal asymptote for large positive and large negative values of x.
Toggle answer
\text{Large negative} \ x, \boxed{ \ y \rightarrow{3}\text{ from above}}
(c) Sketch the curve
Toggle answer
(d) Solve the inequality \frac{3x^2 - 9}{x^2 + 3x -4} \geqslant 0.
Toggle answer
Problem 13.
The following plot shows the function f(x)= a\cos(b \pi x)+e^\frac{3x}{c}, where the parameters a, b and c are all integers
Analyse the graph to work out the values of a, b and c, explaining your reasoning in each case.
Toggle answer
a + 1 = 4 \Rightarrow a = 3
The value of b can be found by looking at the periodicity. Since the oscillation period of the function is 1, \cos(b \pi x) must equal \cos(2\pi x) \Rightarrow b = 2
Finally, c is found by using any point on the graph. Since the curve passes approximately passes through the point (0.5, -1.55):
3\cos(\pi)+e^\frac{3}{2c} \approx -1.55
\frac{3}{2c} \approx \ln{1.45}
2c = 8 \Rightarrow c = 4
\boxed{a = 3 \\ b = 2 \\ c = 4}
Problem 14.
The function f(x)= \frac{e^{ax}}{bx+2}+\frac{x}{c}, is shown in the graph below, where the parameters a, b and c are all integers
Analyse the graph to work out the values of a, b and c, explaining your reasoning in each case.
Toggle answer
b(-1)+2 = 0 \Rightarrow b = 2
Next, as x tends to -\infty, the function will approach \frac{x}{c}. By looking at the plot, the graph approaches \frac{1}{4}x
Therefore, \frac{x}{c} = \frac{1}{4}x \Rightarrow c = 4
Finally, a can be found by using one point on the graph. Since the curve passes approximately passes through the point (0.5, 4):
\frac{e^{0.5a}}{1+2}+\frac{0.5}{4} \approx 4
e^{0.5a} \approx 19
a = 5
\boxed{a = 5 \\ b = 2 \\ c = 4}
Extension Questions
Problem 15.
A curve has the equation y=x^3-3x^2-9x+3, and is odd (look up ‘parity’ if you don’t know what this means) about the point P. Find the coordinates of P and use transformation arguments to justify that the curve is odd about P.
Toggle answer
\frac{\partial y}{\partial x} = 3x^2-6x-9
\frac{\partial ^{2}y}{\partial x^{2}} = 6x-6
\Rightarrow\quad\ x = 1, \therefore y = -8 and P = (1, -8)
To justify that it is odd around P, translate the graph to the origin then test.
Before:
This can be achieved in two steps:
Up by 8:
\Rightarrow y = (x^3-3x^2-9x+3) + 8
\Rightarrow y = x^3-3x^2-9x+11
Left by 1:
\Rightarrow y = (x+1)^3-3(x+1)^2-9(x+1)+11
\Rightarrow y = x^3-12x
After:
The definition of oddity is -f(x) = f(-x)
f(-x) = (-x)^3-12(-x) = -x^3+12x = -f(x)
\boxed{\text{Therefore it is odd around the point P.}}
Answers
For Printing
Revision Questions
The questions included are optional, but here if you want some extra practice.
- Engineering Mathematics 7th edition, Stroud and Dexter : Pages 63-100, 315-343, 353-381, 688-707, 727-728
- 3D Curve Sketching : More of an extension, but with WolframAlpha, Sam could throw anything…